Type
operator
Summary
Determines whether Left and Right are equal or not.
Syntax
Description
The is
operator is case sensitive.
Parameters
Name | Type | Description |
---|
Left | | An expression which evaluates to a string. |
Right | | An expression which evaluates to a string. |